docs: real Robinhood hub, Pons/Flap contract corrections, launchpad cross-links - #248
Merged
Merged
Conversation
The Pons page was indexed but had no contextual inbound links anywhere in the site, and the Robinhood section landed on an auto-generated index that carried no content and no lastmod. - Add docs/blockchain/robinhood/index.md as a real section landing page and point the sidebar category at it instead of the generated-index. The URL (/docs/blockchain/robinhood/) is unchanged. - Link the Pons page contextually from six sibling pages; previously only the sidebar referenced it. - Pons: retitle to match how-to intent, name the core contracts in prose rather than only in table cells, and add the two factory events that were missing from the reference table -- CreatorFeeRecipientChangeProposed and BuybackEnabledUpdated, both verified live on 0x7ed598bc. - Pons: the V1 caution asserted V1 "is still deploying tokens", which no longer holds. Replace the live claim with a durable description plus a way for the reader to check current V1 activity, and note that V1's pools come from the chain-wide Uniswap V3 factory, which is not a Pons signal. - Flap.sh: the page named a single contract and said it was the log address for events. That address is an upgradeable proxy that emits only Upgraded; it is Transaction.To, not a log address. Replace it with the verified role split across router, token factories, vanity factories, and curve engines. - Flap.sh: warn that TokenCreated and LaunchedToDEX are emitted by other Robinhood Chain protocols too, and show how to scope a feed to Flap.sh. Contract roles verified against robinhood_rt.events. Build passes with no broken links. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The Pons API page is indexed and eligible but effectively invisible. Search Console shows 33 impressions and 0 clicks in 28 days, and
referring_urlslists exactly one page. A grep confirms it: nothing in the docs site linked topons-apiin body copy — only the sidebar. Meanwhile the Robinhood section landed on an auto-generated index with a two-line description and nolastmod.Investigating that turned up two real correctness bugs on the Flap.sh page, which covers the highest-volume launchpad on the chain.
What changed
New hub page —
docs/blockchain/robinhood/index.mdreplaces thegenerated-index. API-selection table, launchpad comparison, streaming and dataset sections. The URL is unchanged (/docs/blockchain/robinhood/), verified in the build — no redirect needed.Internal links — Pons is now linked in body copy from six sibling pages plus the hub. It was zero.
Pons page
CreatorFeeRecipientChangeProposedandBuybackEnabledUpdated, with verified topic0s and indexed-arg countsFlap.sh page — two correctness fixes
Log/LogHeaderaddress for events."0x26605f32…is an upgradeable proxy that emits nothing butUpgraded— any log filter on it returns zero rows. It isTransaction.To, and even then only for part of the launches; the rest arrive through vanity routers ending…6666. Replaced with the verified role split across router, token factories, vanity factories, and curve engines.LaunchedToDEXby name to get Flap.sh graduations. That event is emitted by other protocols, not by any Flap.sh contract. Added scoping cautions rather than deleting the queries, since Flap graduations may simply be rare inside the realtime window.Verification
Contract roles verified against
robinhood_rt.events.npm run buildpasses with no broken links; hub canonical, Pons title/H1, new event rows, and the#flapsh-contractsanchor all confirmed in the built HTML.Follow-ups (not in this PR)
/docs/blockchain/robinhood/and/docs/blockchain/robinhood/pons-api/in Search Console after deploy — no API for it0x5d15bdd2a834c66149c38c5ae19c5f4b60cbc397is a live, high-volume bonding-curve launchpad that no documentation covers. I could not identify which launchpad it is and did not want to publish a guessed name0xeb7c0347…is Bankr Bot in our meme-coin-launches table and Long.xyz in a competitor's docs; it pairs with0x4e346895…across thousands of shared transactions. Naming unresolved🤖 Generated with Claude Code